header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0px 0px 46px;
}
.logo img{
	width:auto;
	transition:.3s;
	height:62px;
}
.head .logo img{
	height:50px;
}
.menu{
	display: flex;
	align-items: center;
}
.menu ul{
	display: flex;
	align-items: center;
}
.menu ul li{
	position: relative;
}
.menu ul li>a{
	display: block;
	color: #181919;
	font-size: 1.8rem;
	line-height: 100px;
	transition:.3s;
}
.head .menu ul li>a{
	line-height: 60px;
}
.menu ul li:hover>a,.menu ul li.active>a{
	color: #892a2e;
}
.menu ul i{
	width: 1px;
	height: 13px;
	background-color: rgba(0,0,0,.2);
	transform: rotateZ(-45deg);
	margin: 0px 50px;
}
.menu ul i:last-child{
	display:none;
}
.menu ul li .tmenu{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	width: 590px;
	display: none;
	box-shadow:0px 5px 5px rgba(0,0,0,.1);
}
.menu ul li.tor .tmenu{
	left: auto;
	right: 0;
}
/* .menu ul li:hover .tmenu{ */
	/* display: block; */
/* } */
.menu ul li .tmenu .tmlist{
	display: flex;
	align-items: flex-start;
	padding: 45px 35px 45px 0px;
	background: #fff url(../images/tybg.jpg) 0 0 repeat-x;
}
.menu ul li .tmenu h3{
	width: 25%;
	text-align: center;
	color: #282929;
	font-size: 1.8rem;
	line-height: 26px;
}
.menu ul li .tmenu section{
	width: 75%;
	display: flex;
	border-left: 1px rgba(0,0,0,.06) solid;
}
.menu ul li .tmenu span{
	width: 55%;
	padding-left: 15%;
}
.menu ul li .tmenu span a{
	display: flex;
	color: rgba(0,0,0,.6);
	font-size: 1.6rem;
	line-height: 28px;
	text-align: center;
}
.menu ul li .tmenu span a::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px rgba(0,0,0,.6) solid;
	margin-right: 10px;
	margin-top: 11px;
}
.menu ul li .tmenu span a:hover{
	color: #892a2e;
}
.menu ul li .tmenu span a:hover::before{
	border: 1px #892a2e solid;
}
.menu ul li .tmenu b{
	width: 45%;
}
.menu ul li .tmenu b img{
	width: 100%;
	height: auto;
}
.menu dl{
	display: flex;
	margin-left: 150px;
	position:relative;
}
.menu dl dd{
	border-left: 1px rgba(0,0,0,.05) solid;
}
.menu dl dd a{
	display: block;
	line-height: 100px;
	height: 100px;
	width: 110px;
	text-align: center;
	color: #fff;
	transition:.3s;
	position: relative;
}
.head .menu dl dd a{
	line-height: 60px;
	height: 60px;
}
.menu dl dd a i{
	font-size: 2.6rem;
	color: #3ad186;
}
.menu dl dd:last-child a i{
	font-size: 2.2rem;
	color: rgba(0,0,0,.5);
}
.menu dl dd a b{
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9;
	display: none;
	width: 100%;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0px 5px 5px rgba(0,0,0,.2);
}
.menu dl dd a:hover b{
	display: block;
}
.menu dl .sousuo{
	position:absolute;
	right:0;
	top:100%;
	width:450px;
	padding:20px;
	background:#fff;
	box-shadow:0px 4px 4px rgba(0,0,0,0.1);
	border-top:1px rgba(0,0,0,.05) solid;
	display:none;
}
.menu dl dd:hover .sousuo{
	display:block;
}
.menu dl form{
	display:flex;
	justify-content:space-between;
	border:1px rgba(0,0,0,.08) solid;
}
.menu dl form input{
	width:85%;
	line-height:20px;
	padding:10px 15px;
	height:40px;
	outline:none;
	color:#000;
	font-size:1.4rem;
	border:0;
}
.menu dl form button{
	width:15%;
	border:0;
	background:#fff;
}
@media (max-width:1600px) {
	.menu ul i{
		margin: 0px 35px;
	}
	.menu dl{
		margin-left: 80px;
	}
}
@media (max-width:1440px) {
	.menu ul i{
		margin: 0px 25px;
	}
	.menu dl{
		margin-left: 40px;
	}
	.menu ul li>a{
		font-size: 1.6rem;
		line-height: 90px;
	}
	.menu dl dd a{
		line-height: 90px;
		height: 90px;
		width: 100px;
	}
	.menu dl dd a i{
		font-size: 2.2rem;
	}
	.menu dl dd:last-child a i{
		font-size: 1.8rem;
	}
}
@media (max-width:1200px) {
	.menu ul i{
		margin: 0px 15px;
	}
	.menu dl{
		margin-left: 25px;
	}
	.menu ul li .tmenu{
		width: 500px;
	}
	.menu ul li .tmenu .tmlist{
		padding: 25px 25px 20px 0px;
	}
	.menu ul li .tmenu h3{
		font-size: 1.6rem;
	}
	.menu ul li .tmenu span a{
		font-size: 1.4rem;
		line-height: 26px;
	}
}
@media (max-width:992px) {
	.menu ul li .tmenu{
		display:none !important;
	}
}
.nav-logo{
	display:none;
	width:25px;
}
.nav-logo i{
	padding:3px 0px;
	display:block;
}
.nav-logo i:after{
	content:"";
	display:block;
	height:2px;
	background:#892a2e;
}
.heise{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:98;
	background:rgba(0,0,0,.8);
}
.menu>b{
	display:none;
}
@media (max-width:992px) {
	.top{
		padding:5px 15px;
	}
	.logo{
		display:flex;
		align-items:center;
		justify-content:space-between;
		width:100%;
	}
	.logo img{
		height:34px;
	}
	.menu{
		position:fixed;
		width:70%;
		right:-100%;
		height:100%;
		background:#fff;
		z-index:99;
		top:0;
		display:block;
		transition:.3s;
	}
	.menuu{
		right:0;
	}
	.menu>b{
		display:flex;
		align-items:center;
		width:100%;
		height:46px;
		background:rgba(0,0,0,.05);
		line-height:46px;
		padding:0px 15px;
		font-size:1.6rem;
		font-weight:normal;
		color:#000;
	}
	.menu>b:after{
		content:"";
		display:block;
		border-top:5px #000 solid;
		border-left:5px transparent solid;
		border-right:5px transparent solid;
		margin-left:15px;
	}
	.menu ul{
		display:block;
	}
	.menu ul i{
		display:none;
	}
	.menu ul li a{
		line-height:46px;
		padding:0px 25px;
		border-bottom:1px rgba(0,0,0,.06) solid;
		font-size:1.4rem;
	}
	.menu dl{
		display:none;
	}
	.nav-logo{
		display:block;
	}
}
.banner{
	padding-top: 100px;
}
.banner .swiper-container .swiper-pagination{
	bottom: 30px;
}
.banner .swiper-container .swiper-pagination span{
	width: 15px;
	height: 15px;
	background-color: #fff;
}
@media (max-width:1440px) {
	.banner{
		padding-top: 90px;
	}
	.banner .swiper-container .swiper-pagination span{
		width: 10px;
		height: 10px;
	}
}
@media (max-width:992px) {
	.banner{
		padding-top: 44px;
	}
	.banner .swiper-container .swiper-pagination{
		bottom: 20px;
	}
}
.title{
	display: flex;
	justify-content: center;
}
.title dl{
	text-align: center;
	background: url(../images/ttbg.png) 0px center no-repeat;
	background-size:220px auto;
	padding-left: 150px;
	padding-bottom: 15px;
}
.title dl dt{
	font-size: 5.6rem;
	font-weight: normal;
	line-height: 60px;
	color: #000;
}
.title dl dd{
	font-size: 1.9rem;
	color: #aaaaaa;
	font-family:Sabon;
}
@media (max-width:1440px) {
	.title dl dt{
		font-size: 4.0rem;
		line-height: 40px;
	}
	.title dl dd{
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.title dl{
		background-size:110px auto;
		padding-left: 80px;
		padding-bottom: 5px;
	}
	.title dl dt{
		font-size: 2.2rem;
		line-height: 24px;
	}
	.title dl dd{
		font-size: 1.3rem;
	}
}
.product{
	background: url(../images/pdbg.jpg) center bottom no-repeat;
	background-size: 100% auto;
	padding: 80px 0px 70px;
}
.product .swiper-container{
	margin-top: 70px;
	padding: 0px 65px 70px;
}
.product .swiper-slide{
	padding-bottom: 20px;
}
.product .swiper-slide a{
	display: block;
	padding: 0px 25px 30px;
	position: relative;
}
.product .swiper-slide a i{
	position: relative;
	overflow: hidden;
	z-index: 6;
	display: block;
}
.product .swiper-slide a h5{
	position: absolute;
	top: -32px;
	left: -24px;
	writing-mode: vertical-rl;
	font-size: 5.6rem;
	line-height: 56px;
	font-style: normal;
	letter-spacing: 10px;
	color: #fff;
}
.product .swiper-slide a img{
	width: 100%;
	height: auto;
}
.product .swiper-slide a h4{
	font-family:SabonItalic;
	font-size: 1.3rem;
	color: #1a1010;
	text-align: right;
	line-height: 20px;
	height: 20px;
	margin: 3px 0px 12px;
}
.product .swiper-slide a h3{
	position: absolute;
	top: 0;
	left: 0;
	writing-mode: vertical-rl;
	font-size: 5.6rem;
	color: #1a1010;
	line-height: 56px;
	letter-spacing: 10px;
}
.product .swiper-slide a span{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: #892a2e url(../images/pibg.png) center no-repeat;
	text-align: center;
	color: #fff;
	padding: 50px 15px;
	font-size: 1.8rem;
	box-shadow: 0px 0px 20px rgba(234,12,12,.2);
	opacity: 0;
	transition: .3s;
}
.product .swiper-slide a:hover span{
	opacity: 1;
}
.product .swiper-container .swiper-pagination{
	bottom: 0;
}
.product .swiper-container .swiper-pagination span{
	width: 11px;
	height: 11px;
	background-color: #fff;
	opacity: 1;
	margin: 3px 15px;
}
.product .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	width: 17px;
	height: 17px;
	background-color: #892a2e;
	margin: 0px 15px;
}
@media (max-width:1440px) {
	.product{
		padding: 60px 0px 40px;
		background-size:cover;
	}
	.product .swiper-container{
		margin-top: 40px;
		padding: 0px 65px 40px;
	}
	.product .swiper-slide{
		padding-bottom: 15px;
	}
	.product .swiper-slide a{
		padding: 0px 20px 25px;
	}
	.product .swiper-slide a h5{
		left: -20px;
		font-size: 4.0rem;
		line-height: 40px;
	}
	.product .swiper-slide a h3{
		font-size: 4.0rem;
		line-height: 40px;
	}
	.product .swiper-slide a span{
		padding: 40px 15px;
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.product{
		padding: 20px 0px;
		background-size:cover;
	}
	.product .swiper-container{
		margin-top: 20px;
		padding: 0px 60px 10px;
	}
	.product .swiper-slide a{
		padding: 0px 10px 20px;
	}
	.product .swiper-slide a h4{
		margin: 3px 0px 5px;
		font-size:1.2rem;
	}
	.product .swiper-slide a h5{
		left: -10px;
		top: -27px;
		font-size: 3.0rem;
		line-height: 30px;
		letter-spacing: 5px;
	}
	.product .swiper-slide a h3{
		font-size: 3.0rem;
		letter-spacing: 5px;
		line-height: 30px;
	}
	.product .swiper-slide a span{
		padding: 20px 10px;
		font-size: 1.3rem;
		line-height:18px;
		box-shadow: 0px 0px 10px rgba(234,12,12,.2);
		background-size:80% auto;
	}
	.product .swiper-container .swiper-slide-active a span{
		opacity:1;
	}
	.product .swiper-container .swiper-pagination span{
		width: 6px;
		height: 6px;
		margin: 3px 10px;
	}
	.product .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
		width: 12px;
		height: 12px;
		margin: 0px 10px;
	}
}
.canlv{
	padding: 80px 0px 0px;
	background: url(../images/clbg.jpg) center repeat;
}
.canlv .swiper-container{
	margin: 55px 0px 0px;
	background-color: rgba(48,42,42,.9);
}
.canlv .swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}
.canlv .swiper-slide a{
	display: block;
	background-color: #302a2a;
	transition: .3s;
}
.canlv .swiper-slide a section{
	padding: 50px 15% 75px;
	color: #fff;
	text-align: center;
}
.canlv .swiper-slide a h4{
	font-size: 3.3rem;
	margin: 0px 0px 20px;
}
.canlv .swiper-slide a span{
	display: block;
	font-size: 1.8rem;
	line-height: 22px;
	color: rgba(255,255,255,.6);
	min-height:66px;
}
.canlv .swiper-slide a:hover{
	background: #892a2e url(../images/pibg.png) center bottom 50px no-repeat;
}
@media (max-width:1440px) {
	.canlv .swiper-slide a section{
		padding: 50px 10% 75px;
	}
	.canlv .swiper-slide a h4{
		font-size: 2.4rem;
	}
	.canlv .swiper-slide a span{
		font-size: 1.6rem;
		line-height: 20px;
		min-height:auto;
	}
}
@media (max-width:992px) {
	.canlv{
		padding: 20px 15px 0px;
	}
	.canlv .swiper-container{
		margin: 15px 0px 0px;
	}
	.canlv .swiper-slide a section{
		padding: 15px 15px 20px;
	}
	.canlv .swiper-slide a h4{
		font-size: 2.0rem;
		margin: 0px 0px 10px;
	}
	.canlv .swiper-slide a span{
		font-size: 1.4rem;
		line-height: 20px;
		min-height:auto;
	}
}
.news{
	padding: 70px 0px 110px;
	background: url(../images/nsbg.jpg) center no-repeat;
	background-size: 100% 100%;
}
.news .nslist{
	display: flex;
	justify-content: space-between;
	margin: 55px 0px 70px;
}
.news .nslist i{
	width: 50%;
	display: block;
}
.news .nslist section{
	width: 50%;
	background-color: rgba(237,235,236,.5);
	padding: 5% 55px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.news .nslist i img{
	width: 100%;
}
.news .nslist section h4{
	width: 100%;
}
.news .nslist section h4 a{
	display: block;
	color: #000;
	font-size: 2.8rem;
	line-height: 36px;
}
.news .nslist section span{
	display: block;
	font-size: 1.8rem;
	color: rgba(0,0,0,.5);
	line-height: 29px;
	padding-left: 4px;
	width: 100%;
}
.news .nslist section h5{
	width: 100%;
	margin: 10% 0px 0px;
}
.news .nslist section h5 a{
	display: block;
	width: 90px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: url(../images/gdbg.png) center no-repeat;
	color: #fff;
	font-size: 1.8rem;
}
@media (max-width:1440px) {
	.news .nslist section h4 a{
		font-size: 2.4rem;
		line-height: 26px;
	}
	.news .nslist section span{
		font-size: 1.6rem;
		line-height: 26px;
	}
}
@media (max-width:992px) {
	.news{
		padding: 20px 0px 0;
		background-size: cover;
	}
	.news .nslist{
		margin:15px 0px 20px;
		flex-wrap:wrap;
	}
	.news .nslist i{
		width: 100%;
	}
	.news .nslist section{
		width:100%;
		padding: 15px;
		display: block;
	}
	.news .nslist section h4 a{
		font-size: 1.8rem;
		line-height: 22px;
		margin:0px 0px 5px;
	}
	.news .nslist section span{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.news .nslist section h5{
		margin: 15px 0px 0px;
	}
	.news .nslist section h5 a{
		height: 40px;
		line-height: 40px;
		width:80px;
		font-size: 1.6rem;
		background-size:100% 100%;
	}
}
.news ul{
	display: flex;
	margin-right: -28px;
	margin-left: -28px;
}
.news ul li{
	width: 33.3333333333333%;
	padding: 0px 28px;
}
.news ul li a{
	display: flex;
	justify-content: space-between;
}
.news ul li a h1{
	font-family:Sabon;
	text-align: center;
	width: 66px;
}
.news ul li a h1 p{
	color: rgba(0,0,0,.8);
	font-size: 5.8rem;
	line-height: 60px;
}
.news ul li a h1 small{
	font-size: 1.8rem;
	line-height: 20px;
	display: block;
	color: rgba(0,0,0,.8);
}
.news ul li a section{
	width: calc(100% - 86px);
}
.news ul li a section h2{
	font-size: 2.0rem;
	color: #000;
	line-height: 28px;
	border-bottom: 2px #f2f2f2 solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
	min-height:71px;
}
.news ul li a section span{
	display: block;
	font-size: 1.6rem;
	line-height: 28px;
	color: #666;
	margin: 0px 0px 30px;
}
.news ul li a section small{
	display: block;
	width: 66px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: url(../images/gdbg.png) center no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 1.3rem;
}
@media (max-width:1440px) {
	.news ul li a section h2{
		font-size: 1.8rem;
		line-height: 24px;
		min-height:63px;
	}
	.news ul li a section span{
		font-size: 1.4rem;
		line-height: 24px;
	}
}
@media (max-width:992px) {
	.news ul{
		display:none;
	}
}
footer{
	background-color: #1f1b1a;
}
.bottom{
	padding: 42px 0px 60px;
	display: flex;
	justify-content: space-between;
}
.bottom .contact{
	width: 28%;
}
.bottom .btlogo{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0px 0px 15px;
}
.bottom section{
	font-size: 1.6rem;
	line-height: 28px;
	color: rgba(255,255,255,.7);
}
.bottom section span{
	font-family:Sabon;
}
.bottom .btlogo b{
	box-shadow: 0px 0px 5px #000;
	max-width: 70px;
}
.bottom dl dt{
	margin-bottom: 20px;
	font-weight: normal;
}
.bottom dl dt a{
	display: flex;
	align-items: center;
	font-size: 2.3rem;
	color: rgba(255,255,255,.7);
}
.bottom dl dt a::before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 3px rgba(255,255,255,.7) solid;
	border-radius: 50%;
	transform: scale(.8);
	margin-right: 10px;
}
.bottom dl dd{
	padding-left: 24px;
}
.bottom dl dd a{
	font-size: 1.6rem;
	color: rgba(255,255,255,.5);
	line-height: 26px;
	width:50%;
}
.bottom dl:last-child dd{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.bottom dl:last-child dd a{
	width:50%;
}
.copy{
	border-top: 2px #363231 solid;
	padding: 20px 0px;
	font-size: 1.8rem;
	color: rgba(255,255,255,.5);
	line-height: 30px;
}
.copy a{
	color: rgba(255,255,255,.5);
}
.b-height{
	height: 50px;
	display:none;
}
.mbottom{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99;
	bottom: 0;
	background: #121b3c;
	display:none;
}
.mbottom ul{
	display: flex;
	display: -webkit-flex;
}
.mbottom ul li{
	width: 25%;
	border-right: 1px rgba(255,255,255,.2) solid;
}
.mbottom ul li:last-child{
	border-right: 0;
}
.mbottom ul li a{
	display: block;
	text-align: center;
	padding: 7px 0 5px;
	color: #fff;
}
.mbottom ul li a i{
	display: block;
}
.mbottom ul li a i img{
	height: 18px;
}
.mbottom ul li a p{
	font-size: 1.3rem;
	margin: 3px 0px 0px;
	line-height: 17px;
}
@media (max-width:992px) {
	footer{
		display:none !important;
	}
	.b-height{
		display:block;
	}
	.mbottom{
		display:block;
	}
}
.ibanner{
	padding-top: 100px;
	position: relative;
}
.ibanner img{
	width: 100%;
	height: auto;
}
.ibanner h3{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	display: flex;
	justify-content: center;
}
.ibanner h3 p{
	font-size: 6.0rem;
	color: #fff;
	position: relative;
	padding: 3px 10px 0px 0px;
}
.ibanner h3 p:after{
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 5px #892a2e solid;
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width:1440px) {
	.ibanner{
		padding-top: 90px;
	}
	.ibanner h3 p{
		font-size: 4.4rem;
	}
}
@media (max-width:992px) {
	.ibanner{
		padding-top: 44px;
	}
	.ibanner h3{
		top: 55%;
	}
	.ibanner h3 p{
		font-size: 2.4rem;
	}
	.ibanner h3 p:after{
		width: 15px;
		height: 15px;
		border: 3px #892a2e solid;
	}
}
.lanmu{
	height: 91px;
	background: url(../images/lmbg.jpg) center 0 no-repeat;
	background-size: 100% 100%;
}
.lanmu ul{
	display: flex;
}
.lanmu ul li{
	margin-right: 15%;
}
.lanmu ul li a{
	display: block;
	line-height: 80px;
	color: #461609;
	font-size: 2.0rem;
	padding: 0px 15px 0px 0px;
	position: relative;
}
.lanmu ul li a p{
	position: relative;
	z-index: 6;
}
.lanmu ul li a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: #fff url(../images/thbg.png) right bottom no-repeat;
	background-size: 90% auto;
	transform: scale(1.6);
	box-shadow: 0px 0px 25px rgba(0,0,0,.15);
	opacity: 0;
}
.lanmu ul li.cur a:after,.lanmu ul li:hover a:after{
	opacity: 1;
}
.lanmu ul li.cur a,.lanmu ul li:hover a{
	color: #871a1a;
}
.nslanmu{
	display:none;
}
@media (max-width:992px) {
	.lanmu{
		height: 56px;
	}
	.lanmu ul li{
		margin-right: 0;
		width:33.333333%;
	}
	.lanmu ul li a{
		line-height: 50px;
		font-size: 1.4rem;
		padding: 0px;
	}
	.lanmu ul li a:after{
		display:none;
	}
	.nslanmu{
		display:block;
	}
}
.ititle{
	position: relative;
}
.ititle span{
	display: flex;
	position: relative;
	padding-left: 27px;
	margin-left: 25px;
}
.ititle i{
	display: block;
	width: 182px;
	background: url(../images/ittbg.png) center no-repeat;
	background-size: 100% 100%;
	height: 76px;
}
.ititle:after{
	content: "";
	position: absolute;
	width: 1px;
	top: 0;
	right: 50px;
	background-color: #ebe4e3;
	height: 70%;
}
.ititle::before{
	content: "";
	position: absolute;
	width: 1px;
	bottom: 0;
	left: 0;
	background-color: #ebe4e3;
	height: 70%;
}
.ititle p{
	font-size: 1.4rem;
	line-height: 27px;
	color: #aaaaaa;
	font-family:Sabon;
	writing-mode: vertical-rl;
	position: absolute;
	bottom: 2%;
	left: 0;
}
.ititle h2{
	writing-mode: vertical-rl;
	font-size: 5.7rem;
	line-height: 58px;
}
@media (max-width:1440px) {
	.ititle h2{
		font-size: 4.0rem;
		line-height: 44px;
	}
}
@media (max-width:992px) {
	.ititle{
		display: flex;
		justify-content:center;
	}
	.ititle span{
		display: block;
		position: relative;
		padding-left:80px;
		text-align:center;
		margin-left: 0px;
		order:2;
		background: url(../images/ittbg.png) 0 center no-repeat;
		background-size: 100px auto;
	}
	.ititle i{
		display:none;
	}
	.ititle:after{
		display:none;
	}
	.ititle::before{
		display:none;
	}
	.ititle p{
		font-size: 1.3rem;
		line-height: 22px;
		writing-mode: horizontal-tb;
		bottom: 0;
		position:static;
	}
	.ititle h2{
		writing-mode: horizontal-tb;
		font-size: 2.4rem;
		line-height:28px;
	}
}
.iabout{
	padding: 95px 0px 110px;
	background: url(../images/gybg.jpg) center bottom no-repeat;
	background-size: 100% 100%;
}
.iabcont{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.iabcont section{
	max-width: 29%;
	writing-mode: vertical-rl;
	height: 430px;
	font-size: 2.4rem;
	line-height: 55px;
	border: 1px rgba(0,0,0,.1) solid;
	padding: 15px 0px;
	position: relative;
}
.iabcont section i{
	position: absolute;
	height: 100%;
	width: 1px;
	background: rgba(0,0,0,.1);
	top: 0;
}
@media (max-width:1440px) {
	.iabcont section{
		height: 393px;
		font-size: 2.0rem;
	}
}
@media (max-width:992px) {
	.iabout{
		padding: 25px 0px;
		background-size: cover;
	}
	.iabcont{
		display: block;
	}
	.iabcont section{
		max-width: 100%;
		writing-mode: horizontal-tb;
		height: 100%;
		font-size: 1.6rem;
		line-height: 26px;
		padding: 15px 0px;
		border:0;
	}
}
.iabcont ul{
	display: flex;
	width: 57%;
}
.iabcont ul li{
	margin-left: 45px;
	background-color: #6a1d16;
	width: calc(50% - 45px);
}
.iabcont ul li:last-child{
	background-color: #bea27f;
}
.iabcont ul li img{
	width: 100%;
	height: auto;
}
.iabcont ul li span{
	display: block;
	text-align: center;
	color: #fff;
	padding: 35px 0px 50px;
	position: relative;
}
.iabcont ul li span:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/ylbg.png) center repeat;
	mix-blend-mode: multiply;
	z-index: 2;
}
.iabcont ul li span p{
	position: relative;
	z-index: 3;
	font-size: 3.2rem;
	margin-bottom: 20px;
}
.iabcont ul li span small{
	display: block;
	position: relative;
	z-index: 3;
	font-size: 1.8rem;
	line-height: 21px;
	max-width:124px;
	margin:0 auto;
}
@media (max-width:1440px) {
	.iabcont ul li{
		margin-left: 30px;
		width: calc(50% - 30px);
	}
	.iabcont ul li span p{
		font-size: 2.6rem;
	}
	.iabcont ul li span small{
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.iabcont ul{
		justify-content:space-between;
		width: 100%;
	}
	.iabcont ul li{
		margin-left: 0px;
		width: 48%;
	}
	.iabcont ul li span{
		padding: 15px 0px 20px;
	}
	.iabcont ul li span p{
		font-size:1.8rem;
		margin-bottom: 5px;
	}
	.iabcont ul li span small{
		font-size: 1.4rem;
		line-height: 20px;
		max-width:auto;
	}
}
.wenhua{
	background: url(../images/whbg.jpg) 0 0 repeat;
	padding: 66px 0px 50px;
}
.wenhua .ititle{
	float: left;
}
.wenhua .ititle:after,.wenhua .ititle::before{
	display: none;
}
.wenhua .ititle p{
	top: 0;
}
.wenhua .ititle span{
	margin-left: 0;
}
.wenhua section{
	width: 80%;
	float: right;
	color: #000000;
	line-height: 36px;
	font-size: 1.8rem;
}
.wenhua section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0px 0px;
}
.wenhua section ul li{
	width: 48%;
}
.wenhua section ul li img{
	width: 100%;
}
@media (max-width:992px) {
	.wenhua{
		padding: 20px 0px;
	}
	.wenhua .ititle{
		float: none;
	}
	.wenhua section{
		width: 100%;
		float: none;
		line-height: 24px;
		font-size: 1.4rem;
		margin:15px 0px 0px;
	}
	.wenhua section ul{
		margin: 0px 0px 0px;
		flex-wrap:wrap;
	}
	.wenhua section ul li{
		width: 100%;
		margin-top:15px;
	}
}
.ijbg{
	background: url(../images/nybg.jpg) 0 0 repeat;
}
.ijoin{
	background: url(../images/btbg.png) center bottom no-repeat;
	padding: 77px 0px 70px;
	background-size: 100% auto;
}
.ititin{
	display: flex;
}
.ititin p{
	font-size: 3.9rem;
}
.ititin i{
	max-width:200px;
}
@media (max-width:1440px) {
	.ititin p{
		font-size: 2.9rem;
	}
}
@media (max-width:992px) {
	.ititin{
		justify-content:center;
	}
	.ititin i{
		max-width:100px;
		order:1;
	}
	.ititin p{
		font-size: 2.2rem;
		margin-left:-35px;
		order:2;
	}
	.ijoin{
		padding: 20px 0px;
	}
}
.ijoin ul{
	margin: 40px 0px 0px;
}
.ijoin ul li{
	padding: 25px;
	border-bottom: 1px rgba(255,255,255,.8) solid;
}
.ijoin ul li.li{
	background-color: #fff;
}
.ijoin ul .ijcont{
	display: none;
	padding: 0px 0px 60px;
}
.ijoin ul .ijtop{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ijoin ul .ijtop span h4{
	font-size: 2.4rem;
	color: #000;
	line-height: 36px;
	margin: 0px 0px 15px;
}
.ijoin ul .ijtop span h5{
	display: flex;
	font-size: 1.4rem;
	color: #3f4353;
}
.ijoin ul .ijtop span h5 p{
	display: flex;
	line-height: 30px;
	font-size: 1.4rem;
}
.ijoin ul .ijtop span h5 p:first-child{
	margin-right: 30px;
}
.ijoin ul .ijtop span h5 p::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #5e6068;
	margin: 12px 10px 0px 0px;
}
.ijoin ul .ijtop small{
	width: 170px;
	height: 44px;
	display: flex;
	justify-content: space-between;
	line-height: 42px;
	border: 1px rgba(0,0,0,.05) solid;
	padding: 0px 25px;
	color: #505050;
	cursor: pointer;
	font-size: 1.6rem;
}
.ijoin ul li.li .ijtop small{
	color: #fff;
	background-color: #262626;
}
.ijoin ul .ijtop small:after{
	content: "↓";
	font-family: "microsoft yahei";
	font-size: 1.8rem;
}
.ijoin ul li.li .ijtop small:after{
	content: "↑";
}
.ijoin ul .ijcont h3{
	font-size: 1.7rem;
	color: #080a0f;
	line-height: 24px;
	display: flex;
	padding: 15px 0px 0px;
}
.ijoin ul .ijcont h3::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #5e6068;
	margin: 9px 10px 0px 0px;
}
.ijoin ul .ijcont section{
	font-size: 1.4rem;
	color: #262626;
	line-height: 22px;
	padding-left: 16px;
	margin: 15px 0px;
}
.ijoin ul .ijcont h4{
	font-size: 1.4rem;
	padding:30px 0px 0px;
	color: #262626;
}
.ijoin ul .ijcont h4 span{
	color: #d5211a;
}
@media (max-width:992px) {
	.ijoin ul{
		margin: 20px 0px 0px;
	}
	.ijoin ul li{
		padding: 15px;
		border-bottom: 1px rgba(255,255,255,.8) solid;
	}
	.ijoin ul .ijcont{
		padding: 0px 0px 20px;
	}
	.ijoin ul .ijtop span h4{
		font-size: 1.8rem;
		line-height: 26px;
		margin: 0px 0px 5px;
	}
	.ijoin ul .ijtop span h5{
		font-size: 1.3rem;
	}
	.ijoin ul .ijtop span h5 p{
		line-height: 22px;
		font-size: 1.3rem;
	}
	.ijoin ul .ijtop span h5 p:first-child{
		margin-right: 20px;
		display:none;
	}
	.ijoin ul .ijtop span h5 p::before{
		margin: 7px 5px 0px 0px;
	}
	.ijoin ul .ijtop small{
		width: 100px;
		height: 34px;
		line-height: 32px;
		padding: 0px 10px;
		font-size: 1.2rem;
	}
	.ijoin ul .ijtop small:after{
		font-size: 1.6rem;
	}
	.ijoin ul .ijcont h3{
		font-size: 1.5rem;
		line-height: 22px;
		padding: 10px 0px 0px;
	}
	.ijoin ul .ijcont section{
		margin: 10px 0px;
	}
	.ijoin ul .ijcont h4{
		padding:20px 0px 0px;
	}
}
.icontact{
	background: url(../images/btbg.png) center bottom no-repeat;
	padding: 77px 0px 99px;
	background-size: 100% auto;
}
#map{
	width:100%; 
	height:380px;
	border: 3px #e3e7e8 solid;
}
.icontact dl{
	margin: 40px 0px 0px;
	display: flex;
	justify-content: space-between;
}
.icontact dl dt{
	font-weight: normal;
	width: 48%;
}
.icontact dl dd{
	width: 47%;
	display: flex;
	align-items: center;
}
.icontact dl ul{
	width: 100%;
}
.icontact dl ul li{
	display: flex;
	align-items: center;
	border-bottom: 1px rgba(0,0,0,.06) solid;
	padding: 30px 0px;
	color: #000;
}
.icontact dl ul li i{
	width: 46px;
	height: 46px;
}
.icontact dl ul li span{
	width: calc(100% - 46px);
	padding-left: 15px;
}
.icontact dl ul li span h3{
	font-size: 1.6rem;
	line-height: 24px;
}
.icontact dl ul li span h4{
	font-size: 2.2rem;
	line-height: 28px;
}
@media (max-width:1440px) {
	.icontact dl ul li span h3{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.icontact dl ul li span h4{
		font-size: 1.8rem;
		line-height: 24px;
		margin:5px 0px 0px;
	}
}
@media (max-width:992px) {
	.icontact{
		padding: 20px 0px;
	}
	#map{
		height:200px;
		border: 1px #e3e7e8 solid;
	}
	.icontact dl{
		margin: 15px 0px 0px;
		flex-wrap:wrap;
	}
	.icontact dl dt{
		order:2;
		margin:20px 0px 0px;
		width: 100%;
	}
	.icontact dl dd{
		order:1;
		width: 100%;
	}
	.icontact dl ul{
		border-top: 1px rgba(0,0,0,.06) solid;
	}
	.icontact dl ul li{
		padding: 10px 0px;
	}
	.icontact dl ul li i{
		width: 30px;
		height: 30px;
	}
	.icontact dl ul li span{
		width: calc(100% - 30px);
	}
	.icontact dl ul li span h3{
		font-size: 1.6rem;
	}
	.icontact dl ul li span h4{
		font-size: 1.4rem;
		line-height: 20px;
		margin:0px 0px 0px;
	}
}
.feedback{
	background: url(../images/lybg.jpg) center no-repeat;
	background-size: cover;
	padding: 60px 0px 75px;
}
.feedback form{
	float: right;
	background-color: #f0f4f9;
	padding: 20px 20px 40px;
	width: 445px;
	max-width: 90%;
}
.feedback form h3{
	font-size: 2.4rem;
	line-height: 30px;
	color: #000;
}
.feedback form h5{
	color: #5d5c60;
	font-size: 1.4rem;
	line-height: 22px;
	margin: 5px 0px 25px;
}
.feedback form input{
	width: 100%;
	line-height: 22px;
	padding: 20px 0px;
	height: 62px;
	border: 0;
	border-bottom: 1px rgba(0,0,0,.06) solid;
	background-color: transparent;
	color: #7c7a76;
	outline: none;
}
.feedback form textarea{
	width: 100%;
	line-height: 22px;
	padding: 20px 0px;
	border: 0;
	border-bottom: 1px rgba(0,0,0,.06) solid;
	background-color: transparent;
	color: #7c7a76;
	outline: none;
	resize:none;
}
.feedback form p{
	margin: 30px 0px 10px;
	color: #000;
	text-decoration:underline;
	font-size: 1.4rem;
}
.feedback form button{
	width: 100%;
	border: 0;
	color: #fff;
	font-size: 1.8rem;
	height: 50px;
	background-color: #892a2e;
	border-radius: 3px;
}
@media (max-width:992px) {
	.feedback{
		padding: 40px 0px;
	}
	.feedback form{
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.feedback form h3{
		font-size: 2.0rem;
		line-height:20px;
	}
	.feedback form h5{
		font-size: 1.3rem;
		line-height: 18px;
		margin: 5px 0px 15px;
	}
	.feedback form input{
		line-height: 20px;
		padding: 15px 0px;
		height: 50px;
	}
	.feedback form textarea{
		line-height: 20px;
		padding: 15px 0px;
	}
	.feedback form p{
		margin: 20px 0px 10px;
	}
	.feedback form button{
		font-size: 1.6rem;
		height: 40px;
	}
}
.inews{
	background: url(../images/insbg.jpg) center 0 repeat-y;
	background-size: 100% auto;
	padding: 65px 0px 50px;
}
.dongtai{
	background: url(../images/btbg.png) center bottom no-repeat;
	background-size: 100% auto;
}
.inews ul{
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inews ul li{
	width: 46%;
	margin-bottom: 20px;
}
.inews ul li:nth-child(Odd){
	padding-top: 50px;
}
.inews ul li img{
	width: 100%;
}
.inews ul li a i{
	position: relative;
	display: block;
}
.inews ul li a i span{
	position: absolute;
	width: 165px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #81282c;
	left: 0;
	bottom: 0;
	font-family:Sabon;
	font-size: 1.8rem;
}
.inews ul li a h3{
	font-size: 2.4rem;
	line-height: 36px;
	color: #1a1b1f;
	padding: 25px 0px 10px;
}
.inews ul li a section{
	font-size: 1.6rem;
	line-height: 32px;
	color: #666666;
}
.inews ul li a small{
	font-size: 1.8rem;
	display: block;
	color: #892a2e;
	font-family:Sabon;
	margin: 40px 0px 0px;
}
@media (max-width:1440px) {
	.inews ul li a i span{
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 1.6rem;
	}
	.inews ul li a h3{
		font-size: 2.0rem;
		line-height: 26px;
		padding: 20px 0px 10px;
	}
	.inews ul li a section{
		font-size: 1.4rem;
		line-height: 26px;
	}
	.inews ul li a small{
		font-size: 1.6rem;
		margin: 20px 0px 0px;
	}
}
@media (max-width:992px) {
	.inews{
		padding: 20px 0px;
	}
	.inews ul{
		padding:15px 0px 0px;
	}
	.inews ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.inews ul li:nth-child(Odd){
		padding-top: 0px;
	}
	.inews ul li a i span{
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 1.4rem;
	}
	.inews ul li a h3{
		font-size: 1.8rem;
		line-height: 26px;
		padding: 15px 0px 0px;
	}
	.inews ul li a section{
		font-size: 1.3rem;
		line-height: 20px;
	}
	.inews ul li a small{
		font-size: 1.4rem;
		margin: 10px 0px 0px;
	}
}
.inewsd{
	padding:20px 0px 40px;
}
.inewsd h1{
	text-align:center;
	font-size:3.0rem;
	line-height:32px;
}
.inewsd .info{
	display:flex;
	justify-content:center;
	font-size:1.3rem;
	line-height:30px;
	margin:15px 0px 25px;
	border-bottom:2px rgba(0,0,0,.06) solid;
	padding-bottom:15px;
}
.inewsd section{
	font-size:1.6rem;
	line-height:30px;
	margin:0px 0px 40px;
	overflow:hidden;
	max-width:100%;
}
.inewsd section img{
	max-width:100%;
	height:auto;
}
@media (max-width:992px) {
	.inewsd{
		padding:0px 0px 20px;
	}
	.inewsd h1{
		font-size:1.8rem;
		line-height:20px;
	}
	.inewsd .info{
		line-height:20px;
		margin:5px 0px 10px;
		padding-bottom:5px;
	}
	.inewsd section{
		font-size:1.6rem;
		line-height:30px;
		margin:0px 0px 40px;
	}
	.inewsd section{
		font-size:1.3rem;
		line-height:22px;
		margin:0px 0px 20px;
	}
}
.fanye{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.fanye a{
	display:block;
	max-width:48%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#000;
	font-size:1.8rem;
}
.fanye a:hover{
	color:#f00;
	text-decoration:underline;
}
@media (max-width:992px) {
	.fanye a{
		font-size:1.4rem;
	}
}
.page_list{
	display: flex;
	justify-content: flex-end;
}
.page_list a{
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0px 15px;
}
.page_list a p{
	position: relative;
	z-index: 3;
	font-size: 1.6rem;
	font-family:Avenir;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.page_list a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: rotateZ(45deg);
	background: #1f1b1a;
}
.page_list a.on:after,.page_list a:hover:after{
	background-color: #81282c;
}
.page_list a:first-child{
	transform: rotateY(180deg);
}
@media (max-width:992px) {
	.page_list a{
		width: 26px;
		height: 26px;
		margin: 0px 10px;
	}
	.page_list a p{
		font-size: 1.4rem;
		line-height: 26px;
	}
}
.icanlv h2{
	padding: 75px 0px;
	display: flex;
	justify-content: center;
	background-color: #f5f5f5;
}
.icanlv h2 i img{
	max-width:202px;
}
.icanlv h2 p{
	font-size: 5.7rem;
	color: #1a1010;
	margin-left: -60px;
}
.icanlv ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icanlv ul li section{
	width: 40%;
	padding: 0 5%;
}
.icanlv ul li i{
	width: 60%;
}
.icanlv ul li i img{
	width: 100%;
}
.icanlv ul li:nth-child(even) section{
	order: 2;
}
.icanlv ul li:nth-child(even) i{
	order: 1;
}
.icanlv ul li section h3{
	color: #1a1010;
	font-size: 3.4rem;
	line-height: 40px;
}
.icanlv ul li section span{
	display: block;
	font-size: 1.8rem;
	line-height: 26px;
	margin: 20px 0px 12%;
}
.icanlv ul li section a{
	width: 165px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #80282b;
	font-size: 1.8rem;
}
@media (max-width:1440px) {
	.icanlv h2{
		padding: 50px 0px;
	}
	.icanlv h2 p{
		font-size: 4.2rem;
	}
	.icanlv ul li section h3{
		font-size: 2.4rem;
		line-height: 30px;
	}
	.icanlv ul li section span{
		font-size: 1.6rem;
		line-height: 24px;
	}
	.icanlv ul li section a{
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.icanlv h2{
		padding: 10px 0px;
		align-items:center;
	}
	.icanlv h2 i{
		max-width:100px;
	}
	.icanlv h2 p{
		font-size: 2.2rem;
		margin-left:-40px;
	}
	.icanlv ul{
		padding:15px 0px;
	}
	.icanlv ul li{
		flex-wrap:wrap;
	}
	.icanlv ul li section{
		width: 100%;
		padding: 15px;
	}
	.icanlv ul li i{
		width: 100%;
		padding:0px 15px;
	}
	.icanlv ul li section h3{
		font-size: 2.0rem;
		line-height: 22px;
	}
	.icanlv ul li section span{
		font-size: 1.4rem;
		line-height: 20px;
		margin:10px 0px 20px;
	}
	.icanlv ul li section a{
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 1.4rem;
	}
	.icanlv ul li section{
		order: 2;
	}
	.icanlv ul li i{
		order: 1;
	}
}
.iproduct{
	background: url(../images/btbg.png) center bottom no-repeat;
	background-size: 100% auto;
	padding: 70px 0px 80px;
}
.iproduct ul{
	display: flex;
	flex-wrap:wrap;
	margin-right: -6px;
	margin-left: -6px;
}
.iproduct ul li{
	padding: 0px 6px;
	margin-bottom: 50px;
	width: 33.33333333333333333333%;
}
.iproduct ul li a{
	display: block;
	padding: 0px 23px 25px;
	position: relative;
}
.iproduct ul li a i{
	position: relative;
	overflow: hidden;
	z-index: 6;
	display: block;
}
.iproduct ul li a h5{
	position: absolute;
	top: -32px;
	left: -23px;
	writing-mode: vertical-rl;
	font-size: 5.6rem;
	line-height: 56px;
	font-style: normal;
	letter-spacing: 10px;
	color: #fff;
}
.iproduct ul li a img{
	width: 100%;
	height: auto;
}
.iproduct ul li a h4{
	font-family:SabonItalic;
	font-size: 1.3rem;
	color: #1a1010;
	text-align: right;
	line-height: 20px;
	height: 20px;
	margin: 3px 0px 12px;
}
.iproduct ul li a h3{
	position: absolute;
	top: 0;
	left: 0;
	writing-mode: vertical-rl;
	font-size: 5.6rem;
	color: #1a1010;
	line-height: 56px;
	letter-spacing: 10px;
}
.iproduct ul li a span{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: #892a2e url(../images/pibg.png) center no-repeat;
	text-align: center;
	color: #fff;
	padding: 50px 15px;
	font-size: 1.8rem;
	box-shadow: 0px 0px 20px rgba(234,12,12,.2);
	opacity: 0;
	transition: .3s;
}
.iproduct ul li a:hover span{
	opacity: 1;
}
@media (max-width:1440px) {
	.iproduct ul li{
		padding: 0px 2px;
	}
	.iproduct ul li a{
		padding: 0px 20px 25px;
	}
	.iproduct ul li a h5{
		left: -20px;
		font-size: 4.0rem;
		line-height: 40px;
	}
	.iproduct ul li a h3{
		font-size: 4.0rem;
		line-height: 40px;
	}
	.iproduct ul li a span{
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.iproduct{
		background-size: cover;
		padding: 20px 0px;
	}
	.iproduct ul{
		margin-left:0;
		margin-right:0;
		padding-bottom:15px;
	}
	.iproduct ul li{
		padding: 0px 0px;
		margin-bottom: 10px;
		width: 50%;
	}
	.iproduct ul li a{
		padding: 0px 10px 0px;
	}
	.iproduct ul li a h4{
		margin: 3px 0px 5px;
		font-size:1.2rem;
	}
	.iproduct ul li a h5{
		left: -10px;
		top: -27px;
		font-size: 2.6rem;
		line-height: 26px;
		letter-spacing: 5px;
	}
	.iproduct ul li a h3{
		font-size: 2.6rem;
		letter-spacing: 5px;
		line-height: 26px;
	}
	.iproduct ul li a span{
		display:none;
	}
}
.izbg{
	background: url(../images/zcbg.jpg) 0 repeat;
}
.zongcai{
	padding: 60px 0px 20px;
	background: url(../images/btbg.png) center bottom no-repeat;
	background-size: 100% auto;
}
.zongcai dl{
	display: flex;
	justify-content: space-between;
	padding-bottom: 90px;
}
.zongcai dl dt{
	width: 41%;
}
.zongcai dl dd{
	width: 59%;
	position: relative;
	z-index: 6;
	padding: 3% 0px 0px;
}
.zongcai dl dt i{
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	transform: scale(1.3);
	transform-origin: 70% 0;
}
@media (max-width:992px) {
	.zongcai{
		padding: 20px 0px;
	}
	.zongcai dl{
		flex-wrap:wrap;
		padding-bottom: 0px;
		padding-top:10px;
	}
	.zongcai dl dt{
		width: 100%;
		height:300px;
	}
	.zongcai dl dd{
		width: 100%;
		padding: 0 0px 0px;
	}
	.zongcai dl dt i{
		transform: scale(1);
		transform-origin: 0 0;
	}
}
.zongcai h2{
	position: relative;
}
.zongcai h2:after{
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #e7d3d4;
	position: absolute;
	bottom: 40px;
	left: 140px;
}
.zongcai h2 p{
	font-size: 4.0rem;
	color: #3b3432;
	line-height: 40px;
	position: relative;
	z-index: 3;
}
.zongcai h2 span{
	display: block;
	font-size: 1.4rem;
	color: #aaaaaa;
	font-family:Sabon;
	line-height: 20px;
}
@media (max-width:992px) {
	.zongcai h2:after{
		width: 28px;
		height: 28px;
		bottom: 20px;
		left: 80px;
	}
	.zongcai h2 p{
		font-size: 2.2rem;
		line-height: 22px;
	}
	.zongcai h2 span{
		font-size: 1.2rem;
		line-height: 20px;
	}
}
.zongcai ul{
	padding: 30px 0px 60px;
}
.zongcai ul li{
	font-size: 1.6rem;
	color: #1b1c20;
	padding-left: 25px;
	position: relative;
	line-height: 28px;
}
.zongcai ul li::before{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px #871a1a solid;
	left: 0;
	top: 9px;
}
.zongcai i.hx{
	display: block;
	margin: 10px 0px 50px;
	height: 2px;
	width: 100%;
	background-color: rgba(0,0,0,.06);
}
.zongcai i.hx::before{
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background-color: rgba(0,0,0,.4);
}
.zongcai ul.coslist h2{
	width: 100%;
	margin: 0px 0px 30px;
}
.zongcai ul.coslist{
	display: flex;
	flex-wrap: wrap;
	background: url(../images/frbg.jpg) right center no-repeat;
	padding-right: 35%;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.zongcai ul.coslist li{
	width: 50%;
}
.zongcai section{
	margin: 40px 0px;
	font-size: 1.6rem;
	line-height: 30px;
}
@media (max-width:992px) {
	.zongcai ul{
		padding: 15px 0px 20px;
	}
	.zongcai ul li{
		font-size: 1.4rem;
		padding-left: 20px;
		line-height: 22px;
	}
	.zongcai ul li::before{
		width: 8px;
		height: 8px;
		top: 6px;
	}
	.zongcai i.hx{
		margin: 5px 0px 20px;
	}
	.zongcai section{
		margin:10px 0px 0;
		font-size: 1.4rem;
		line-height: 22px;
	}
}
.liuyan{
	position:fixed;
	right:15px;
	bottom:-100%;
	z-index:99;
	overflow:hidden;
	border-radius:8px 8px 0px 0px;
	width:300px;
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
	transition:.2s;
}
.liuyan-show{
	bottom:0;
}
.liuyan h3{
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#892a2e;
	padding:0px 0px 0px 15px;
	color:#fff;
}
.liuyan h3 p{
	font-size:1.6rem;
	line-height:40px;
}
.liuyan h3 small{
	padding:0px 15px;
	cursor:pointer;
	transition:.3s;
}
.liuyan h3 small.small{
	transform:rotateX(180deg);
}
.liuyan h3 small:hover{
	background:#02417b;
}
.liuyan h3 i{
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
}
.liuyan form{
	padding:20px 20px 30px;
	display:none;
	background:#fff;
}
.liuyan form input{
	width:100%;
	border:1px rgba(0,0,0,.1) solid;
	padding:6px 15px;
	line-height:20px;
	font-size:1.4rem;
	margin-bottom:10px;
	outline:none;
	border-radius:5px;
	height:34px;
}
.liuyan form textarea{
	width:100%;
	border:1px rgba(0,0,0,.1) solid;
	padding:6px 15px;
	line-height:20px;
	font-size:1.4rem;
	margin-bottom:10px;
	outline:none;
	resize:none;
	border-radius:5px;
}
.liuyan form p{
	color:#000;
	line-height:22px;
	font-size:1.3rem;
	margin:0px 0px 5px;
	text-decoration:underline;
}
.liuyan form button{
	width:100%;
	height:36px;
	border-radius:5px;
	background:#892a2e;
	color:#fff;
	font-size:1.6rem;
	border:0;
	outline:none;
	text-transform:uppercase;
}
@media (max-width:992px) {
	.liuyan{
		display:none;
	}
	.liuyan-show{
		display:none;
	}
}